home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Extra / DOpus5 / Install next >
Text File  |  1997-01-06  |  909b  |  46 lines

  1. ; Install DOpus5 support scripts.
  2. ; © 1996 Simon Edwards
  3. ; This script installs some support scripts for DOpus5
  4.  
  5. (transcript "Installing...")
  6.  
  7. (message  (cat    "\nThis installs some support scripts for "
  8.             "using Directory Opus 5.x and IE 3.x together.\n"
  9.             "The support files will be installed in the "
  10.             "appropriate DOpus5: directories."
  11.             ))
  12.  
  13. (working "Installing DOpus5 scripts...")
  14.  
  15. (copyfiles
  16.     (prompt "")
  17.     (help @copyfiles-help)
  18.     (files)
  19.     (pattern "#?")
  20.     (source "arexx")
  21.     (dest "DOpus5:arexx")
  22. )
  23.  
  24. (copyfiles
  25.     (prompt "")
  26.     (help @copyfiles-help)
  27.     (files)
  28.     (pattern "#?")
  29.     (source "buttons")
  30.     (dest "DOpus5:buttons")
  31. )
  32.  
  33. (copyfiles
  34.     (prompt "")
  35.     (help @copyfiles-help)
  36.     (files)
  37.     (pattern "#?")
  38.     (source "images")
  39.     (dest "DOpus5:images")
  40. )
  41.  
  42. (exit (cat
  43.     "Support scripts for DOpus5 have been installed in your "
  44.     "DOpus5: directories.  See the ReadMe file in "
  45.     "this directory for more information."))
  46.